go/printer.commentInfo.cindex (field)
6 uses
go/printer (current package)
nodes.go#L74: } else if p.cindex < len(p.comments) {
nodes.go#L84: p.cindex = 0
printer.go#L48: cindex int // index of the next comment
printer.go#L127: for p.cindex < len(p.comments) {
printer.go#L128: c := p.comments[p.cindex]
printer.go#L129: p.cindex++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)